home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / include / clib / installerngmodule_protos.h < prev   
C/C++ Source or Header  |  2000-01-01  |  355b  |  16 lines

  1. #ifndef INSTALLERNGMODULE_PROTOS_H
  2. #define INSTALLERNGMODULE_PROTOS_H
  3.  
  4. /*
  5. **  $VER: installerngmodule_protos.h 37.0 (11.06.2000)
  6. **  (C) by Jens Tröger
  7. **
  8. */
  9.  
  10. // see documentation for details
  11. char  * __asm ingm_GetDescription(void);
  12. BYTE    __asm ingm_GetPriority(void);
  13. ULONG   __asm ingm_PerformAction(register __a0 struct ModuleEnvironment *);
  14.  
  15. #endif
  16.